WPF and Silverlight Edition Basic Library > TabControl > TabControl Quick Start > Step 1 of 4: Creating a TabControl Application |
In this step you'll begin in Visual Studio to create a WPF application or a Silverlight application which will use TabControl for WPF and Silverlight to manage user interactions.
To set up and add controls to your application, complete the following steps:
In Visual Studio, select File | New Project.
In the New Project dialog box, select either Windows Desktop or Silverlight from the Templates in the left-hand pane.
New Project Dialog Box
- WPF: C1.WPF.4.dll
- Silverlight: C1.Silverlight.5.dll
The Collection Editor: Items dialog box opens.
You have completed the first step of the TabControl for WPF and Silverlight quick start. In this step, you created a project and added a C1TabControl with three tabs to the project. In the next step, you will customize the control's tab pages.